@charset "utf-8";
/* CSS Document */
/*页面右侧咨询*/
	.bdc{
		width: 164px;
		height: 500px;
		position: fixed;
		top:calc(50% - 210px);
		z-index: 9999;
	}
	.btn{
		width:34px;
		position:relative;
		height:100%;
	}
	.bdcBtn{
		background: #3cc1ff;
		padding: 10px 6.5px;
		writing-mode: vertical-lr;
		position: absolute;
		left: 0;
		top: 35%;
		border-radius: 0 4px 4px 0;
		letter-spacing: 2px;
		color:#fff;
	}
	.bdcBtn span{
		display: inline-block;
		width: 8px;
		height: 8px;
		transform: rotate(-45deg);
		margin-right: 4px;
		margin-top:5px;
	}
.bdcBtn span.span1{
		border-left: 2px solid white;
		border-top: 2px solid white;
		border-right: none;
		border-bottom: none;
}
.bdcBtn span.span2{
		border-left: none;
		border-top: none;
		border-right: 2px solid white;
		border-bottom: 2px solid white;
}
	.bdcContent{
		background: #3cc1ff;
		width: 122px;
		height: 477px;
		padding: 0 4px;
		position:relative;
	}
	.bdcContent_1{
		display:block;
		width:122px;
		height:45px;
		margin:0 auto;
	}
	.bdcContent_1 img{
		display:block;
		width:100%;
		height:100%;
	}
	.bdcContent_2{
		margin: 4% 0 10% 0;
    	text-align: center;
		color:#fff;
	}
	.bdcContent_3{
		width:100%;
		background-color:#fff;
	}
	.bdcContent_3 li{
		line-height: 40px;
		text-align: center;
		border-bottom: 1px solid #d2f0ff;
	}
	.bdcContent_3 li a{
		color:#3cc1ff;
		line-height:24px;
		display:inline-block;
		padding:0 5px;
		border-radius:30px;
	}
	.bdcContent_3 li a:hover{
		color:#fff;
		background-color:#3cc1ff;
	}
	.bdc_top{
		display:block;
		position:absolute;
		width:130px;
		height:25px;
		bottom:-15px;
		left:calc(50% - 65px);
	}
	
	
	
	/*底部广告*/
	.bdc_fixed{
		width:100%;
		position:fixed;
		z-index:999;
		bottom:0;
		background-color:rgba(0,75,146,.70);
	}
	.bdc_del{
		display:block;
		width:30px;
		height:30px;
		overflow:hidden;
		position:absolute;
		top:10px;
		left:5%;
	}
	.bdc_fixedL{
		width:22%;
		padding-left:8%;
	}
	.bdc_fixedL1{
		display:block;
		margin-top:30px;
		color:#fff;
		font-size:18px;
		line-height:30px;
		padding-left:30px;
		background:url(../images/bdc_phone.png) no-repeat left center;
		background-size:20px;
	}
	.bdc_fixedL2{
		display:block;
		color:#fff;
		font-size:30px;
		font-weight:bold;
		line-height:50px;
	}
	.bdc_fixedR{
		width:70%;
		overflow:hidden;
	}
	.bdc_fixedRs{
		width:1332px;
		height:140px;
		overflow:hidden;
		display:block;
	}
	.bdc_fixedRs img{
		width:100%;
		height:100%;
		display:block;
	}
	.bdc_pic{
		display:block;
		position:absolute;
		right:12%;
		bottom:0;
		z-index:1;
	}
